home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Language/OS - Multiplatform Resource Library
/
LANGUAGE OS.iso
/
glass
/
glass.lha
/
GLASS
/
dtm
/
test34.gl
< prev
next >
Wrap
Text File
|
1991-06-18
|
368b
|
19 lines
Basetype E;
Atom
tglatch :- E & E & E => E,
not :- E => E;
Def
CMos_dynlatch :- E & E & E => E;
CMos_dynlatch [s, sbar, d] = not (tglatch [s, sbar, d]);
Def
CMos_div2 :- E & E & E & E => E;
CMos_div2 [phi1, phi1', phi2, phi2'] = o
where
o = not z;
z = CMos_dynlatch [phi2, phi2', y];
y = CMos_dynlatch [phi1, phi1', o];
endwhere